home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nmmdemo / nmmdemo.exe / EVU3000.DXR / 00166.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  211 b   |  9 lines

  1. on exitFrame
  2.   set thetime to the timer
  3.   set newVal to 255 - float(float(thetime) / float(120) * float(255))
  4.   set the volume of sprite 8 to max(newVal, 55)
  5.   if newVal > 55 then
  6.     go(the frame)
  7.   end if
  8. end
  9.